{% extends "flex_base_audit.html" %} {% load i18n %} {% block extra_js %} $(function(){ $("#id_checktime").attr('readonly', true); }); {% endblock %}